const net/http.http2frameHeaderLen
13 uses
net/http (current package)
h2_bundle.go#L1589: const http2frameHeaderLen = 9
h2_bundle.go#L1791: buf := make([]byte, http2frameHeaderLen)
h2_bundle.go#L1805: _, err := io.ReadFull(r, buf[:http2frameHeaderLen])
h2_bundle.go#L1848: headerBuf [http2frameHeaderLen]byte
h2_bundle.go#L1927: length := len(f.wbuf) - http2frameHeaderLen
h2_bundle.go#L11060: return http2frameHeaderLen+settingSize*len(s) <= max
h2_bundle.go#L11096: return http2frameHeaderLen+len(w.p) <= max
h2_bundle.go#L11109: func (hp http2handlerPanicRST) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
h2_bundle.go#L11115: func (se http2StreamError) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
h2_bundle.go#L11126: return http2frameHeaderLen+len(w.data) <= max
h2_bundle.go#L11136: return http2frameHeaderLen+len(w.pf.Data) <= max
h2_bundle.go#L11145: func (http2writeSettingsAck) staysWithinBuffer(max int) bool { return http2frameHeaderLen <= max }
h2_bundle.go#L11322: func (wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)